Skip to content

Update jQuery to 3.7.1#3969

Merged
cpsievert merged 8 commits intorstudio:mainfrom
davidmacro:update-jquery
Jun 16, 2025
Merged

Update jQuery to 3.7.1#3969
cpsievert merged 8 commits intorstudio:mainfrom
davidmacro:update-jquery

Conversation

@davidmacro
Copy link
Contributor

I followed the steps as outlined in tools/updatejQuery.R to update jQuery to 3.7.1 (current latest stable) and jQuery Types to 3.5.29 (current latest stable). This ran without problems.

To be sure, I verified that:

  • Correct .js files were included in inst/www/shared folders (jquery.js, jquery.min.js, jquery.min.js.map)
  • yarn.lock and 'package.json'.file were updated accordingly
  • 'devtools::check()' ran and introduced no (new) issues.

Note: devtools::check() did give me an (unrelated) error in the tabPanel test. But this test also occurs in main/ at the moment. Looking at the diff, it appears to be that the generated html wraps a body tag around the code that is to be asserted.

@CLAassistant
Copy link

CLAassistant commented Jan 14, 2024

CLA assistant check
All committers have signed the CLA.

@davidmacro davidmacro marked this pull request as draft January 21, 2024 22:16
@davidmacro
Copy link
Contributor Author

Link to issue #3968

@davidmacro davidmacro marked this pull request as ready for review January 21, 2024 22:18
@cpsievert cpsievert added this to the 1.9 milestone Mar 15, 2024
@cpsievert
Copy link
Collaborator

Thanks, if you could also update the NEWS.md, that'd be great!

@cpsievert cpsievert changed the title Update jquery Update jQuery to 3.7.1 Jun 16, 2025
package.json Outdated
"@types/datatables.net": "^1.10.19",
"@types/ion-rangeslider": "2.3.0",
"@types/jquery": "3.5.14",
"@types/jquery": "3.5.29",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"@types/jquery": "3.5.29",
"@types/jquery": "3.5.32",

@cpsievert
Copy link
Collaborator

Thanks!

@cpsievert cpsievert merged commit 942bdd8 into rstudio:main Jun 16, 2025
1 check passed
schloerke added a commit that referenced this pull request Jul 6, 2025
* main: (32 commits)
  Revert the addition of spacing between `icon` and `label` in `actionButton()` (#4248)
  Restrict `icon`/`label` separator spacing to `actionButton()` (#4247)
  Fix front-end action button label updating logic (#4242)
  Update news
  Properly handle undefined value for input subscribe callback (#4243)
  Start new version (#4241)
  v1.11.0 release candidate (#4232)
  Follow up to #3996: fix front-end checkbox label updating logic (#4238)
  feat(InputBinding): subscribe callback now supports event priority (#4211)
  Follow up to #3996 when label is unspecified (i.e., NULL), don't include it in the message (#4237)
  Run routine (#4234)
  chore: #4175 update jquery-ui to 1.14.1 (#4205)
  Update jQuery to 3.7.1 (#3969)
  Fix 404 in example 08_html (shiny.min.css) (#4221)
  Follow up to #3870: fix location of news item (#4233)
  Bugfix for error found in tests (#3870)
  Allow update input labels with HTML (#3996)
  Adds mirai to documentation (#4230)
  family->given for R Core authorship (#4222)
  fix(renderPlot): get interactive plotting working with ggplot2 v4.0 (#4228)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants